Exercise 36 and Solution 練習36和解決方案 <<
Previous Next >> When to make plots 什麼時候作圖
Discussion 討論區
Today’s topic is going to be about the bokeh plotting library. We create plots and charts to display and communicate information from data, and it would be great to do that directly from Python. Sometimes it is really nice to write code or algorithms from scratch to learn and practice, and sometimes, someone has already written the code so well that you should use theirs. Bokeh is one of these libraries - it is library specifically with functions for making plots, charts, and graphs. It is based on the famous D3.js library originally developed at the New York Times for their visualizations, which has been used for many years to programmatically create visually appealing data visualizations.
今天的主題將是關於散景圖庫。我們創建繪圖和圖表以顯示和傳達數據中的信息,直接從Python中進行操作非常好。有時候從頭開始編寫代碼或算法來學習和實踐真的很棒,有時,有人已經寫好了代碼,應該使用他們的代碼。 Bokeh是這些庫之一-它是專門具有繪製圖表,圖表和圖形的函數的庫。它基於最初在《紐約時報》上開發的用於可視化的著名D3.js庫,該庫已被用於以編程方式創建具有視覺吸引力的數據可視化。
Exercise 36 and Solution 練習36和解決方案 <<
Previous Next >> When to make plots 什麼時候作圖